Html Css Color HEX #CFB50F Bird Flower

📋 copy color: '#CFB50F'

red 207 ◦ green 181 ◦ blue 15

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

Shades of Bird Flower #CFB50F

Tints of Bird Flower #CFB50F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.91%

 BLUE value IS 15 (6.25% from 255) = 3.72%

R = 51.36%
G = 44.91%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CFB50F (or 0xCFB50F) is known color: Bird Flower. HEX triplet: CF, B5 and 0F. RGB value is (207,181,15). Sum of RGB (Red+Green+Blue) = 207+181+15=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB50F is #304AF0. Grayscale: #AAAAAA. Windows color (decimal): -3164913 or 1029583. OLE color: 1029583.

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

Color convert

RGB 207 181 15 -
CMYK 0 0.13 0.93 0.19
HSL 51.88º 0.86% 0.44% -
HSV(B) 51.88º 0.93% 0.81% -
XYZ 42.34 46.35 7.17 -
YUV 169.85 40.61 154.5 -
System Red Green Blue C M Y K H S L
Decimal 207 181 15 0 0.13 0.93 0.19 51.88 0.86 0.44
Hex CF B5 F 0 D 5D 13 34 56 2C
Octal 317 265 17 0 15 135 23 64 126 54
Binary 11001111 10110101 1111 0 1101 1011101 10011 110100 1010110 101100

Color Harmonies of #CFB50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB50F

Black with #CFB50F

Text Example


Text Example

White with #CFB50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB50F; }

 p { color: rgb(207,181,15); }

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

background-color css

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

 a { background-color: rgb(207,181,15); }

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

border-color css

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

 span { border-color: rgb(207,181,15); }

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