Html Css Color HEX #CEB308 Bird Flower

📋 copy color: '#CEB308'

red 206 ◦ green 179 ◦ blue 8

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

Shades of Bird Flower #CEB308

Tints of Bird Flower #CEB308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.04%

R = 52.42%
G = 45.55%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEB308 (or 0xCEB308) is known color: Bird Flower. HEX triplet: CE, B3 and 08. RGB value is (206,179,8). Sum of RGB (Red+Green+Blue) = 206+179+8=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB308 is #314CF7. Grayscale: #A8A8A8. Windows color (decimal): -3230968 or 570318. OLE color: 570318.

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

Color convert

RGB 206 179 8 -
CMYK 0 0.13 0.96 0.19
HSL 51.82º 0.93% 0.42% -
HSV(B) 51.82º 0.96% 0.81% -
XYZ 41.62 45.38 6.8 -
YUV 167.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 206 179 8 0 0.13 0.96 0.19 51.82 0.93 0.42
Hex CE B3 8 0 D 60 13 34 5D 2A
Octal 316 263 10 0 15 140 23 64 135 52
Binary 11001110 10110011 1000 0 1101 1100000 10011 110100 1011101 101010

Color Harmonies of #CEB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB308

Black with #CEB308

Text Example


Text Example

White with #CEB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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