Html Css Color HEX #CEB423 Bird Flower

📋 copy color: '#CEB423'

red 206 ◦ green 180 ◦ blue 35

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

Shades of Bird Flower #CEB423

Tints of Bird Flower #CEB423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.31%

R = 48.93%
G = 42.76%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB423 (or 0xCEB423) is known color: Bird Flower. HEX triplet: CE, B4 and 23. RGB value is (206,180,35). Sum of RGB (Red+Green+Blue) = 206+180+35=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB423 is #314BDC. Grayscale: #ABABAB. Windows color (decimal): -3230685 or 2340046. OLE color: 2340046.

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

Color convert

RGB 206 180 35 -
CMYK 0 0.13 0.83 0.19
HSL 50.88º 0.71% 0.47% -
HSV(B) 50.88º 0.83% 0.81% -
XYZ 42.08 45.89 8.23 -
YUV 171.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 206 180 35 0 0.13 0.83 0.19 50.88 0.71 0.47
Hex CE B4 23 0 D 53 13 33 47 2F
Octal 316 264 43 0 15 123 23 63 107 57
Binary 11001110 10110100 100011 0 1101 1010011 10011 110011 1000111 101111

Color Harmonies of #CEB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB423

Black with #CEB423

Text Example


Text Example

White with #CEB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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