Html Css Color HEX #CFB614 Bird Flower

📋 copy color: '#CFB614'

red 207 ◦ green 182 ◦ blue 20

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

Shades of Bird Flower #CFB614

Tints of Bird Flower #CFB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 50.61%
G = 44.5%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFB614 (or 0xCFB614) is known color: Bird Flower. HEX triplet: CF, B6 and 14. RGB value is (207,182,20). Sum of RGB (Red+Green+Blue) = 207+182+20=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB614 is #3049EB. Grayscale: #ABABAB. Windows color (decimal): -3164652 or 1357519. OLE color: 1357519.

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

Color convert

RGB 207 182 20 -
CMYK 0 0.12 0.90 0.19
HSL 51.98º 0.82% 0.45% -
HSV(B) 51.98º 0.9% 0.81% -
XYZ 42.59 46.77 7.45 -
YUV 171.01 42.78 153.67 -
System Red Green Blue C M Y K H S L
Decimal 207 182 20 0 0.12 0.90 0.19 51.98 0.82 0.45
Hex CF B6 14 0 C 5A 13 34 52 2D
Octal 317 266 24 0 14 132 23 64 122 55
Binary 11001111 10110110 10100 0 1100 1011010 10011 110100 1010010 101101

Color Harmonies of #CFB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB614

Black with #CFB614

Text Example


Text Example

White with #CFB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB614; }

 p { color: rgb(207,182,20); }

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

background-color css

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

 a { background-color: rgb(207,182,20); }

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

border-color css

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

 span { border-color: rgb(207,182,20); }

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