Html Css Color HEX #CFB304 Bird Flower

📋 copy color: '#CFB304'

red 207 ◦ green 179 ◦ blue 4

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

Shades of Bird Flower #CFB304

Tints of Bird Flower #CFB304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 53.08%
G = 45.9%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFB304 (or 0xCFB304) is known color: Bird Flower. HEX triplet: CF, B3 and 04. RGB value is (207,179,4). Sum of RGB (Red+Green+Blue) = 207+179+4=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB304 is #304CFB. Grayscale: #A8A8A8. Windows color (decimal): -3165436 or 308175. OLE color: 308175.

HSL color Cylindrical-coordinate representation of color #CFB304: hue angle of 51.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFB304 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 4 -
CMYK 0 0.14 0.98 0.19
HSL 51.72º 0.96% 0.41% -
HSV(B) 51.72º 0.98% 0.81% -
XYZ 41.87 45.51 6.69 -
YUV 167.42 35.78 156.23 -
System Red Green Blue C M Y K H S L
Decimal 207 179 4 0 0.14 0.98 0.19 51.72 0.96 0.41
Hex CF B3 4 0 E 62 13 34 60 29
Octal 317 263 4 0 16 142 23 64 140 51
Binary 11001111 10110011 100 0 1110 1100010 10011 110100 1100000 101001

Color Harmonies of #CFB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB304

Black with #CFB304

Text Example


Text Example

White with #CFB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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