Html Css Color HEX #CFC815 Bird Flower

📋 copy color: '#CFC815'

red 207 ◦ green 200 ◦ blue 21

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

Shades of Bird Flower #CFC815

Tints of Bird Flower #CFC815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.73%

 BLUE value IS 21 (8.59% from 255) = 4.91%

R = 48.36%
G = 46.73%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFC815 (or 0xCFC815) is known color: Bird Flower. HEX triplet: CF, C8 and 15. RGB value is (207,200,21). Sum of RGB (Red+Green+Blue) = 207+200+21=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC815 is #3037EA. Grayscale: #B6B6B6. Windows color (decimal): -3160043 or 1427663. OLE color: 1427663.

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

Color convert

RGB 207 200 21 -
CMYK 0 0.03 0.90 0.19
HSL 57.74º 0.82% 0.45% -
HSV(B) 57.74º 0.9% 0.81% -
XYZ 46.52 54.63 8.8 -
YUV 181.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 207 200 21 0 0.03 0.90 0.19 57.74 0.82 0.45
Hex CF C8 15 0 3 5A 13 3A 52 2D
Octal 317 310 25 0 3 132 23 72 122 55
Binary 11001111 11001000 10101 0 11 1011010 10011 111010 1010010 101101

Color Harmonies of #CFC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC815

Black with #CFC815

Text Example


Text Example

White with #CFC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC815; }

 p { color: rgb(207,200,21); }

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

background-color css

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

 a { background-color: rgb(207,200,21); }

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

border-color css

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

 span { border-color: rgb(207,200,21); }

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