Html Css Color HEX #CEBD03 Bird Flower

📋 copy color: '#CEBD03'

red 206 ◦ green 189 ◦ blue 3

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

Shades of Bird Flower #CEBD03

Tints of Bird Flower #CEBD03

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.49%

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

R = 51.76%
G = 47.49%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEBD03 (or 0xCEBD03) is known color: Bird Flower. HEX triplet: CE, BD and 03. RGB value is (206,189,3). Sum of RGB (Red+Green+Blue) = 206+189+3=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD03 is #3142FC. Grayscale: #ADADAD. Windows color (decimal): -3228413 or 245198. OLE color: 245198.

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

Color convert

RGB 206 189 3 -
CMYK 0 0.08 0.99 0.19
HSL 54.98º 0.97% 0.41% -
HSV(B) 54.98º 0.99% 0.81% -
XYZ 43.67 49.52 7.34 -
YUV 172.88 32.13 151.62 -
System Red Green Blue C M Y K H S L
Decimal 206 189 3 0 0.08 0.99 0.19 54.98 0.97 0.41
Hex CE BD 3 0 8 63 13 37 61 29
Octal 316 275 3 0 10 143 23 67 141 51
Binary 11001110 10111101 11 0 1000 1100011 10011 110111 1100001 101001

Color Harmonies of #CEBD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD03

Black with #CEBD03

Text Example


Text Example

White with #CEBD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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