Html Css Color HEX #CFC300 Bird Flower

📋 copy color: '#CFC300'

red 207 ◦ green 195 ◦ blue 0

#CFC300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CFC300

Tints of Bird Flower #CFC300

RGB

 RED value IS 207 (81.25% from 255) = 51.49%

 GREEN value IS 195 (76.56% from 255) = 48.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.49%
G = 48.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFC300 (or 0xCFC300) is known color: Bird Flower. HEX triplet: CF, C3 and 00. RGB value is (207,195,0). Sum of RGB (Red+Green+Blue) = 207+195+0=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC300 is #303CFF. Grayscale: #B1B1B1. Windows color (decimal): -3161344 or 50127. OLE color: 50127.

HSL color Cylindrical-coordinate representation of color #CFC300: hue angle of 56.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFC300 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 195 0 -
CMYK 0 0.06 1 0.19
HSL 56.52º 1% 0.41% -
HSV(B) 56.52º 1% 0.81% -
XYZ 45.25 52.3 7.71 -
YUV 176.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 207 195 0 0 0.06 1 0.19 56.52 1 0.41
Hex CF C3 0 0 6 64 13 39 64 29
Octal 317 303 0 0 6 144 23 71 144 51
Binary 11001111 11000011 0 0 110 1100100 10011 111001 1100100 101001

Color Harmonies of #CFC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC300

Black with #CFC300

Text Example


Text Example

White with #CFC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC300; }

 p { color: rgb(207,195,0); }

 H1.HeaderClassName
 {
   color: #CFC300;
 }
 .AnyTagClassName
 {
   color: #CFC300;
 }
</style>

background-color css

<style>
 a { background-color: #CFC300; }

 a { background-color: rgb(207,195,0); }

 div.DivClassName
 {
   background-color: #CFC300;
 }
 .BgClassName
 {
   background-color: #CFC300;
 }
</style>

border-color css

<style>
 span { border-color: #CFC300; }

 span { border-color: rgb(207,195,0); }

 td.TdClassName
 {
   border-color: #CFC300;
 }
 .TagClassName
 {
   border-color: #CFC300;
 }
</style>