Html Css Color HEX #CFC716 Bird Flower

📋 copy color: '#CFC716'

red 207 ◦ green 199 ◦ blue 22

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

Shades of Bird Flower #CFC716

Tints of Bird Flower #CFC716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.14%

R = 48.36%
G = 46.5%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFC716 (or 0xCFC716) is known color: Bird Flower. HEX triplet: CF, C7 and 16. RGB value is (207,199,22). Sum of RGB (Red+Green+Blue) = 207+199+22=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC716 is #3038E9. Grayscale: #B5B5B5. Windows color (decimal): -3160298 or 1492943. OLE color: 1492943.

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

Color convert

RGB 207 199 22 -
CMYK 0 0.04 0.89 0.19
HSL 57.41º 0.81% 0.45% -
HSV(B) 57.41º 0.89% 0.81% -
XYZ 46.3 54.17 8.77 -
YUV 181.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 207 199 22 0 0.04 0.89 0.19 57.41 0.81 0.45
Hex CF C7 16 0 4 59 13 39 51 2D
Octal 317 307 26 0 4 131 23 71 121 55
Binary 11001111 11000111 10110 0 100 1011001 10011 111001 1010001 101101

Color Harmonies of #CFC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC716

Black with #CFC716

Text Example


Text Example

White with #CFC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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