Html Css Color HEX #CEB304 Bird Flower

📋 copy color: '#CEB304'

red 206 ◦ green 179 ◦ blue 4

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

Shades of Bird Flower #CEB304

Tints of Bird Flower #CEB304

RGB

 RED value IS 206 (80.86% from 255) = 52.96%

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

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

R = 52.96%
G = 46.02%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEB304 (or 0xCEB304) is known color: Bird Flower. HEX triplet: CE, B3 and 04. RGB value is (206,179,4). Sum of RGB (Red+Green+Blue) = 206+179+4=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB304 is #314CFB. Grayscale: #A7A7A7. Windows color (decimal): -3230972 or 308174. OLE color: 308174.

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

Color convert

RGB 206 179 4 -
CMYK 0 0.13 0.98 0.19
HSL 51.98º 0.96% 0.41% -
HSV(B) 51.98º 0.98% 0.81% -
XYZ 41.6 45.37 6.68 -
YUV 167.12 35.95 155.73 -
System Red Green Blue C M Y K H S L
Decimal 206 179 4 0 0.13 0.98 0.19 51.98 0.96 0.41
Hex CE B3 4 0 D 62 13 34 60 29
Octal 316 263 4 0 15 142 23 64 140 51
Binary 11001110 10110011 100 0 1101 1100010 10011 110100 1100000 101001

Color Harmonies of #CEB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB304

Black with #CEB304

Text Example


Text Example

White with #CEB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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