Html Css Color HEX #CFC711 Bird Flower

📋 copy color: '#CFC711'

red 207 ◦ green 199 ◦ blue 17

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

Shades of Bird Flower #CFC711

Tints of Bird Flower #CFC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

 BLUE value IS 17 (7.03% from 255) = 4.02%

R = 48.94%
G = 47.04%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CFC711 (or 0xCFC711) is known color: Bird Flower. HEX triplet: CF, C7 and 11. RGB value is (207,199,17). Sum of RGB (Red+Green+Blue) = 207+199+17=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC711 is #3038EE. Grayscale: #B5B5B5. Windows color (decimal): -3160303 or 1165263. OLE color: 1165263.

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

Color convert

RGB 207 199 17 -
CMYK 0 0.04 0.92 0.19
HSL 57.47º 0.85% 0.44% -
HSV(B) 57.47º 0.92% 0.81% -
XYZ 46.26 54.15 8.54 -
YUV 180.64 35.65 146.8 -
System Red Green Blue C M Y K H S L
Decimal 207 199 17 0 0.04 0.92 0.19 57.47 0.85 0.44
Hex CF C7 11 0 4 5C 13 39 55 2C
Octal 317 307 21 0 4 134 23 71 125 54
Binary 11001111 11000111 10001 0 100 1011100 10011 111001 1010101 101100

Color Harmonies of #CFC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC711

Black with #CFC711

Text Example


Text Example

White with #CFC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC711; }

 p { color: rgb(207,199,17); }

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

background-color css

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

 a { background-color: rgb(207,199,17); }

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

border-color css

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

 span { border-color: rgb(207,199,17); }

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