Html Css Color HEX #CEB41D Bird Flower

📋 copy color: '#CEB41D'

red 206 ◦ green 180 ◦ blue 29

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

Shades of Bird Flower #CEB41D

Tints of Bird Flower #CEB41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.37%

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

R = 49.64%
G = 43.37%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEB41D (or 0xCEB41D) is known color: Bird Flower. HEX triplet: CE, B4 and 1D. RGB value is (206,180,29). Sum of RGB (Red+Green+Blue) = 206+180+29=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB41D is #314BE2. Grayscale: #ABABAB. Windows color (decimal): -3230691 or 1946830. OLE color: 1946830.

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

Color convert

RGB 206 180 29 -
CMYK 0 0.13 0.86 0.19
HSL 51.19º 0.75% 0.46% -
HSV(B) 51.19º 0.86% 0.81% -
XYZ 42 45.85 7.8 -
YUV 170.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 206 180 29 0 0.13 0.86 0.19 51.19 0.75 0.46
Hex CE B4 1D 0 D 56 13 33 4B 2E
Octal 316 264 35 0 15 126 23 63 113 56
Binary 11001110 10110100 11101 0 1101 1010110 10011 110011 1001011 101110

Color Harmonies of #CEB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB41D

Black with #CEB41D

Text Example


Text Example

White with #CEB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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