Html Css Color HEX #CFC309 Bird Flower

📋 copy color: '#CFC309'

red 207 ◦ green 195 ◦ blue 9

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

Shades of Bird Flower #CFC309

Tints of Bird Flower #CFC309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.19%

R = 50.36%
G = 47.45%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFC309 (or 0xCFC309) is known color: Bird Flower. HEX triplet: CF, C3 and 09. RGB value is (207,195,9). Sum of RGB (Red+Green+Blue) = 207+195+9=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC309 is #303CF6. Grayscale: #B2B2B2. Windows color (decimal): -3161335 or 639951. OLE color: 639951.

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

Color convert

RGB 207 195 9 -
CMYK 0 0.06 0.96 0.19
HSL 56.36º 0.92% 0.42% -
HSV(B) 56.36º 0.96% 0.81% -
XYZ 45.3 52.32 7.97 -
YUV 177.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 207 195 9 0 0.06 0.96 0.19 56.36 0.92 0.42
Hex CF C3 9 0 6 60 13 38 5C 2A
Octal 317 303 11 0 6 140 23 70 134 52
Binary 11001111 11000011 1001 0 110 1100000 10011 111000 1011100 101010

Color Harmonies of #CFC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC309

Black with #CFC309

Text Example


Text Example

White with #CFC309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC309; }

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

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

background-color css

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

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

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

border-color css

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

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

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