Html Css Color HEX #CFB417 Bird Flower

📋 copy color: '#CFB417'

red 207 ◦ green 180 ◦ blue 23

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

Shades of Bird Flower #CFB417

Tints of Bird Flower #CFB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

 BLUE value IS 23 (9.38% from 255) = 5.61%

R = 50.49%
G = 43.9%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFB417 (or 0xCFB417) is known color: Bird Flower. HEX triplet: CF, B4 and 17. RGB value is (207,180,23). Sum of RGB (Red+Green+Blue) = 207+180+23=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB417 is #304BE8. Grayscale: #AAAAAA. Windows color (decimal): -3165161 or 1553615. OLE color: 1553615.

HSL color Cylindrical-coordinate representation of color #CFB417: hue angle of 51.2º degrees, saturation: 0.8, 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 #CFB417 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 23 -
CMYK 0 0.13 0.89 0.19
HSL 51.2º 0.8% 0.45% -
HSV(B) 51.2º 0.89% 0.81% -
XYZ 42.21 45.97 7.46 -
YUV 170.18 44.95 154.27 -
System Red Green Blue C M Y K H S L
Decimal 207 180 23 0 0.13 0.89 0.19 51.2 0.8 0.45
Hex CF B4 17 0 D 59 13 33 50 2D
Octal 317 264 27 0 15 131 23 63 120 55
Binary 11001111 10110100 10111 0 1101 1011001 10011 110011 1010000 101101

Color Harmonies of #CFB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB417

Black with #CFB417

Text Example


Text Example

White with #CFB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB417; }

 p { color: rgb(207,180,23); }

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

background-color css

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

 a { background-color: rgb(207,180,23); }

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

border-color css

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

 span { border-color: rgb(207,180,23); }

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