Html Css Color HEX #CCB90B Bird Flower

📋 copy color: '#CCB90B'

red 204 ◦ green 185 ◦ blue 11

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

Shades of Bird Flower #CCB90B

Tints of Bird Flower #CCB90B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.25%

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

R = 51%
G = 46.25%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCB90B (or 0xCCB90B) is known color: Bird Flower. HEX triplet: CC, B9 and 0B. RGB value is (204,185,11). Sum of RGB (Red+Green+Blue) = 204+185+11=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB90B is #3346F4. Grayscale: #ABABAB. Windows color (decimal): -3360501 or 768460. OLE color: 768460.

HSL color Cylindrical-coordinate representation of color #CCB90B: hue angle of 54.09º 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 #CCB90B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 11 -
CMYK 0 0.09 0.95 0.2
HSL 54.09º 0.9% 0.42% -
HSV(B) 54.09º 0.95% 0.8% -
XYZ 42.31 47.56 7.27 -
YUV 170.85 37.79 151.65 -
System Red Green Blue C M Y K H S L
Decimal 204 185 11 0 0.09 0.95 0.2 54.09 0.9 0.42
Hex CC B9 B 0 9 5F 14 36 5A 2A
Octal 314 271 13 0 11 137 24 66 132 52
Binary 11001100 10111001 1011 0 1001 1011111 10100 110110 1011010 101010

Color Harmonies of #CCB90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB90B

Black with #CCB90B

Text Example


Text Example

White with #CCB90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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