Html Css Color HEX #CEBC1A Bird Flower

📋 copy color: '#CEBC1A'

red 206 ◦ green 188 ◦ blue 26

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

Shades of Bird Flower #CEBC1A

Tints of Bird Flower #CEBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

 BLUE value IS 26 (10.55% from 255) = 6.19%

R = 49.05%
G = 44.76%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEBC1A (or 0xCEBC1A) is known color: Bird Flower. HEX triplet: CE, BC and 1A. RGB value is (206,188,26). Sum of RGB (Red+Green+Blue) = 206+188+26=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC1A is #3143E5. Grayscale: #AFAFAF. Windows color (decimal): -3228646 or 1752270. OLE color: 1752270.

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

Color convert

RGB 206 188 26 -
CMYK 0 0.09 0.87 0.19
HSL 54º 0.78% 0.45% -
HSV(B) 54º 0.87% 0.81% -
XYZ 43.62 49.16 8.17 -
YUV 174.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 206 188 26 0 0.09 0.87 0.19 54 0.78 0.45
Hex CE BC 1A 0 9 57 13 36 4E 2D
Octal 316 274 32 0 11 127 23 66 116 55
Binary 11001110 10111100 11010 0 1001 1010111 10011 110110 1001110 101101

Color Harmonies of #CEBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC1A

Black with #CEBC1A

Text Example


Text Example

White with #CEBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC1A; }

 p { color: rgb(206,188,26); }

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

background-color css

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

 a { background-color: rgb(206,188,26); }

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

border-color css

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

 span { border-color: rgb(206,188,26); }

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