Html Css Color HEX #CEB305 Bird Flower

📋 copy color: '#CEB305'

red 206 ◦ green 179 ◦ blue 5

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

Shades of Bird Flower #CEB305

Tints of Bird Flower #CEB305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 52.82%
G = 45.9%
B = 1.28%

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

#CEB305 (or 0xCEB305) is known color: Bird Flower. HEX triplet: CE, B3 and 05. RGB value is (206,179,5). Sum of RGB (Red+Green+Blue) = 206+179+5=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB305 is #314CFA. Grayscale: #A7A7A7. Windows color (decimal): -3230971 or 373710. OLE color: 373710.

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

Color convert

RGB 206 179 5 -
CMYK 0 0.13 0.98 0.19
HSL 51.94º 0.95% 0.41% -
HSV(B) 51.94º 0.98% 0.81% -
XYZ 41.6 45.37 6.71 -
YUV 167.24 36.45 155.65 -
System Red Green Blue C M Y K H S L
Decimal 206 179 5 0 0.13 0.98 0.19 51.94 0.95 0.41
Hex CE B3 5 0 D 62 13 34 5F 29
Octal 316 263 5 0 15 142 23 64 137 51
Binary 11001110 10110011 101 0 1101 1100010 10011 110100 1011111 101001

Color Harmonies of #CEB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB305

Black with #CEB305

Text Example


Text Example

White with #CEB305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB305; }

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

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

background-color css

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

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

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

border-color css

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

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

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