Html Css Color HEX #CEB41B Bird Flower

📋 copy color: '#CEB41B'

red 206 ◦ green 180 ◦ blue 27

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

Shades of Bird Flower #CEB41B

Tints of Bird Flower #CEB41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 49.88%
G = 43.58%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEB41B (or 0xCEB41B) is known color: Bird Flower. HEX triplet: CE, B4 and 1B. RGB value is (206,180,27). Sum of RGB (Red+Green+Blue) = 206+180+27=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB41B is #314BE4. Grayscale: #AAAAAA. Windows color (decimal): -3230693 or 1815758. OLE color: 1815758.

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

Color convert

RGB 206 180 27 -
CMYK 0 0.13 0.87 0.19
HSL 51.28º 0.77% 0.46% -
HSV(B) 51.28º 0.87% 0.81% -
XYZ 41.97 45.84 7.67 -
YUV 170.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 206 180 27 0 0.13 0.87 0.19 51.28 0.77 0.46
Hex CE B4 1B 0 D 57 13 33 4D 2E
Octal 316 264 33 0 15 127 23 63 115 56
Binary 11001110 10110100 11011 0 1101 1010111 10011 110011 1001101 101110

Color Harmonies of #CEB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB41B

Black with #CEB41B

Text Example


Text Example

White with #CEB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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