Html Css Color HEX #CCAF0B Bird Flower

📋 copy color: '#CCAF0B'

red 204 ◦ green 175 ◦ blue 11

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

Shades of Bird Flower #CCAF0B

Tints of Bird Flower #CCAF0B

RGB

 RED value IS 204 (80.08% from 255) = 52.31%

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

 BLUE value IS 11 (4.69% from 255) = 2.82%

R = 52.31%
G = 44.87%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCAF0B (or 0xCCAF0B) is known color: Bird Flower. HEX triplet: CC, AF and 0B. RGB value is (204,175,11). Sum of RGB (Red+Green+Blue) = 204+175+11=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF0B is #3350F4. Grayscale: #A5A5A5. Windows color (decimal): -3363061 or 765900. OLE color: 765900.

HSL color Cylindrical-coordinate representation of color #CCAF0B: hue angle of 50.98º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCAF0B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 11 -
CMYK 0 0.14 0.95 0.2
HSL 50.98º 0.9% 0.42% -
HSV(B) 50.98º 0.95% 0.8% -
XYZ 40.29 43.52 6.59 -
YUV 164.98 41.11 155.84 -
System Red Green Blue C M Y K H S L
Decimal 204 175 11 0 0.14 0.95 0.2 50.98 0.9 0.42
Hex CC AF B 0 E 5F 14 33 5A 2A
Octal 314 257 13 0 16 137 24 63 132 52
Binary 11001100 10101111 1011 0 1110 1011111 10100 110011 1011010 101010

Color Harmonies of #CCAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF0B

Black with #CCAF0B

Text Example


Text Example

White with #CCAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF0B; }

 p { color: rgb(204,175,11); }

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

background-color css

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

 a { background-color: rgb(204,175,11); }

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

border-color css

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

 span { border-color: rgb(204,175,11); }

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