Html Css Color HEX #CCBD11 Bird Flower

📋 copy color: '#CCBD11'

red 204 ◦ green 189 ◦ blue 17

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

Shades of Bird Flower #CCBD11

Tints of Bird Flower #CCBD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

 BLUE value IS 17 (7.03% from 255) = 4.15%

R = 49.76%
G = 46.1%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCBD11 (or 0xCCBD11) is known color: Bird Flower. HEX triplet: CC, BD and 11. RGB value is (204,189,17). Sum of RGB (Red+Green+Blue) = 204+189+17=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD11 is #3342EE. Grayscale: #AEAEAE. Windows color (decimal): -3359471 or 1162700. OLE color: 1162700.

HSL color Cylindrical-coordinate representation of color #CCBD11: hue angle of 55.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCBD11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 17 -
CMYK 0 0.07 0.92 0.2
HSL 55.19º 0.85% 0.43% -
HSV(B) 55.19º 0.92% 0.8% -
XYZ 43.2 49.27 7.76 -
YUV 173.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 204 189 17 0 0.07 0.92 0.2 55.19 0.85 0.43
Hex CC BD 11 0 7 5C 14 37 55 2B
Octal 314 275 21 0 7 134 24 67 125 53
Binary 11001100 10111101 10001 0 111 1011100 10100 110111 1010101 101011

Color Harmonies of #CCBD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD11

Black with #CCBD11

Text Example


Text Example

White with #CCBD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD11; }

 p { color: rgb(204,189,17); }

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

background-color css

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

 a { background-color: rgb(204,189,17); }

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

border-color css

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

 span { border-color: rgb(204,189,17); }

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