Html Css Color HEX #CEBD05 Bird Flower

📋 copy color: '#CEBD05'

red 206 ◦ green 189 ◦ blue 5

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

Shades of Bird Flower #CEBD05

Tints of Bird Flower #CEBD05

RGB

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

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

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

R = 51.5%
G = 47.25%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEBD05 (or 0xCEBD05) is known color: Bird Flower. HEX triplet: CE, BD and 05. RGB value is (206,189,5). Sum of RGB (Red+Green+Blue) = 206+189+5=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD05 is #3142FA. Grayscale: #ADADAD. Windows color (decimal): -3228411 or 376270. OLE color: 376270.

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

Color convert

RGB 206 189 5 -
CMYK 0 0.08 0.98 0.19
HSL 54.93º 0.95% 0.41% -
HSV(B) 54.93º 0.98% 0.81% -
XYZ 43.68 49.53 7.4 -
YUV 173.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 206 189 5 0 0.08 0.98 0.19 54.93 0.95 0.41
Hex CE BD 5 0 8 62 13 37 5F 29
Octal 316 275 5 0 10 142 23 67 137 51
Binary 11001110 10111101 101 0 1000 1100010 10011 110111 1011111 101001

Color Harmonies of #CEBD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD05

Black with #CEBD05

Text Example


Text Example

White with #CEBD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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