Html Css Color HEX #CFB314 Bird Flower

📋 copy color: '#CFB314'

red 207 ◦ green 179 ◦ blue 20

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

Shades of Bird Flower #CFB314

Tints of Bird Flower #CFB314

RGB

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

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

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

R = 50.99%
G = 44.09%
B = 4.93%

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

#CFB314 (or 0xCFB314) is known color: Bird Flower. HEX triplet: CF, B3 and 14. RGB value is (207,179,20). Sum of RGB (Red+Green+Blue) = 207+179+20=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB314 is #304CEB. Grayscale: #A9A9A9. Windows color (decimal): -3165420 or 1356751. OLE color: 1356751.

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

Color convert

RGB 207 179 20 -
CMYK 0 0.14 0.90 0.19
HSL 51.02º 0.82% 0.45% -
HSV(B) 51.02º 0.9% 0.81% -
XYZ 41.98 45.56 7.24 -
YUV 169.25 43.78 154.93 -
System Red Green Blue C M Y K H S L
Decimal 207 179 20 0 0.14 0.90 0.19 51.02 0.82 0.45
Hex CF B3 14 0 E 5A 13 33 52 2D
Octal 317 263 24 0 16 132 23 63 122 55
Binary 11001111 10110011 10100 0 1110 1011010 10011 110011 1010010 101101

Color Harmonies of #CFB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB314

Black with #CFB314

Text Example


Text Example

White with #CFB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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