Html Css Color HEX #CEB203 Bird Flower

📋 copy color: '#CEB203'

red 206 ◦ green 178 ◦ blue 3

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

Shades of Bird Flower #CEB203

Tints of Bird Flower #CEB203

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.99%

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 53.23%
G = 45.99%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEB203 (or 0xCEB203) is known color: Bird Flower. HEX triplet: CE, B2 and 03. RGB value is (206,178,3). Sum of RGB (Red+Green+Blue) = 206+178+3=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB203 is #314DFC. Grayscale: #A7A7A7. Windows color (decimal): -3231229 or 242382. OLE color: 242382.

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

Color convert

RGB 206 178 3 -
CMYK 0 0.14 0.99 0.19
HSL 51.72º 0.97% 0.41% -
HSV(B) 51.72º 0.99% 0.81% -
XYZ 41.39 44.97 6.58 -
YUV 166.42 35.78 156.23 -
System Red Green Blue C M Y K H S L
Decimal 206 178 3 0 0.14 0.99 0.19 51.72 0.97 0.41
Hex CE B2 3 0 E 63 13 34 61 29
Octal 316 262 3 0 16 143 23 64 141 51
Binary 11001110 10110010 11 0 1110 1100011 10011 110100 1100001 101001

Color Harmonies of #CEB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB203

Black with #CEB203

Text Example


Text Example

White with #CEB203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB203; }

 p { color: rgb(206,178,3); }

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

background-color css

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

 a { background-color: rgb(206,178,3); }

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

border-color css

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

 span { border-color: rgb(206,178,3); }

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