Html Css Color HEX #CEAF02 Bird Flower

📋 copy color: '#CEAF02'

red 206 ◦ green 175 ◦ blue 2

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

Shades of Bird Flower #CEAF02

Tints of Bird Flower #CEAF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.69%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 53.79%
G = 45.69%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEAF02 (or 0xCEAF02) is known color: Bird Flower. HEX triplet: CE, AF and 02. RGB value is (206,175,2). Sum of RGB (Red+Green+Blue) = 206+175+2=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF02 is #3150FD. Grayscale: #A5A5A5. Windows color (decimal): -3231998 or 176078. OLE color: 176078.

HSL color Cylindrical-coordinate representation of color #CEAF02: hue angle of 50.88º degrees, saturation: 0.98, 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 #CEAF02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 2 -
CMYK 0 0.15 0.99 0.19
HSL 50.88º 0.98% 0.41% -
HSV(B) 50.88º 0.99% 0.81% -
XYZ 40.79 43.79 6.36 -
YUV 164.55 36.27 157.57 -
System Red Green Blue C M Y K H S L
Decimal 206 175 2 0 0.15 0.99 0.19 50.88 0.98 0.41
Hex CE AF 2 0 F 63 13 33 62 29
Octal 316 257 2 0 17 143 23 63 142 51
Binary 11001110 10101111 10 0 1111 1100011 10011 110011 1100010 101001

Color Harmonies of #CEAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF02

Black with #CEAF02

Text Example


Text Example

White with #CEAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF02; }

 p { color: rgb(206,175,2); }

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

background-color css

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

 a { background-color: rgb(206,175,2); }

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

border-color css

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

 span { border-color: rgb(206,175,2); }

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