Html Css Color HEX #CFB315 Bird Flower

📋 copy color: '#CFB315'

red 207 ◦ green 179 ◦ blue 21

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

Shades of Bird Flower #CFB315

Tints of Bird Flower #CFB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

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

R = 50.86%
G = 43.98%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFB315 (or 0xCFB315) is known color: Bird Flower. HEX triplet: CF, B3 and 15. RGB value is (207,179,21). Sum of RGB (Red+Green+Blue) = 207+179+21=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB315 is #304CEA. Grayscale: #AAAAAA. Windows color (decimal): -3165419 or 1422287. OLE color: 1422287.

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

Color convert

RGB 207 179 21 -
CMYK 0 0.14 0.90 0.19
HSL 50.97º 0.82% 0.45% -
HSV(B) 50.97º 0.9% 0.81% -
XYZ 41.99 45.56 7.29 -
YUV 169.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 207 179 21 0 0.14 0.90 0.19 50.97 0.82 0.45
Hex CF B3 15 0 E 5A 13 33 52 2D
Octal 317 263 25 0 16 132 23 63 122 55
Binary 11001111 10110011 10101 0 1110 1011010 10011 110011 1010010 101101

Color Harmonies of #CFB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB315

Black with #CFB315

Text Example


Text Example

White with #CFB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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