Html Css Color HEX #CEBA03 Bird Flower

📋 copy color: '#CEBA03'

red 206 ◦ green 186 ◦ blue 3

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

Shades of Bird Flower #CEBA03

Tints of Bird Flower #CEBA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 52.15%
G = 47.09%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEBA03 (or 0xCEBA03) is known color: Bird Flower. HEX triplet: CE, BA and 03. RGB value is (206,186,3). Sum of RGB (Red+Green+Blue) = 206+186+3=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA03 is #3145FC. Grayscale: #ABABAB. Windows color (decimal): -3229181 or 244430. OLE color: 244430.

HSL color Cylindrical-coordinate representation of color #CEBA03: hue angle of 54.09º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEBA03 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 3 -
CMYK 0 0.10 0.99 0.19
HSL 54.09º 0.97% 0.41% -
HSV(B) 54.09º 0.99% 0.81% -
XYZ 43.03 48.25 7.13 -
YUV 171.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 206 186 3 0 0.10 0.99 0.19 54.09 0.97 0.41
Hex CE BA 3 0 A 63 13 36 61 29
Octal 316 272 3 0 12 143 23 66 141 51
Binary 11001110 10111010 11 0 1010 1100011 10011 110110 1100001 101001

Color Harmonies of #CEBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA03

Black with #CEBA03

Text Example


Text Example

White with #CEBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA03; }

 p { color: rgb(206,186,3); }

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

background-color css

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

 a { background-color: rgb(206,186,3); }

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

border-color css

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

 span { border-color: rgb(206,186,3); }

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