Html Css Color HEX #CEB21D Bird Flower

📋 copy color: '#CEB21D'

red 206 ◦ green 178 ◦ blue 29

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

Shades of Bird Flower #CEB21D

Tints of Bird Flower #CEB21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.02%

R = 49.88%
G = 43.1%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEB21D (or 0xCEB21D) is known color: Bird Flower. HEX triplet: CE, B2 and 1D. RGB value is (206,178,29). Sum of RGB (Red+Green+Blue) = 206+178+29=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB21D is #314DE2. Grayscale: #AAAAAA. Windows color (decimal): -3231203 or 1946318. OLE color: 1946318.

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

Color convert

RGB 206 178 29 -
CMYK 0 0.14 0.86 0.19
HSL 50.51º 0.75% 0.46% -
HSV(B) 50.51º 0.86% 0.81% -
XYZ 41.6 45.05 7.67 -
YUV 169.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 206 178 29 0 0.14 0.86 0.19 50.51 0.75 0.46
Hex CE B2 1D 0 E 56 13 33 4B 2E
Octal 316 262 35 0 16 126 23 63 113 56
Binary 11001110 10110010 11101 0 1110 1010110 10011 110011 1001011 101110

Color Harmonies of #CEB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB21D

Black with #CEB21D

Text Example


Text Example

White with #CEB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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