Html Css Color HEX #CFB815 Bird Flower

📋 copy color: '#CFB815'

red 207 ◦ green 184 ◦ blue 21

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

Shades of Bird Flower #CFB815

Tints of Bird Flower #CFB815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

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

R = 50.24%
G = 44.66%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFB815 (or 0xCFB815) is known color: Bird Flower. HEX triplet: CF, B8 and 15. RGB value is (207,184,21). Sum of RGB (Red+Green+Blue) = 207+184+21=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB815 is #3047EA. Grayscale: #ACACAC. Windows color (decimal): -3164139 or 1423567. OLE color: 1423567.

HSL color Cylindrical-coordinate representation of color #CFB815: hue angle of 52.58º 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 #CFB815 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 21 -
CMYK 0 0.11 0.90 0.19
HSL 52.58º 0.82% 0.45% -
HSV(B) 52.58º 0.9% 0.81% -
XYZ 43.01 47.6 7.63 -
YUV 172.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 207 184 21 0 0.11 0.90 0.19 52.58 0.82 0.45
Hex CF B8 15 0 B 5A 13 35 52 2D
Octal 317 270 25 0 13 132 23 65 122 55
Binary 11001111 10111000 10101 0 1011 1011010 10011 110101 1010010 101101

Color Harmonies of #CFB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB815

Black with #CFB815

Text Example


Text Example

White with #CFB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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