Html Css Color HEX #CCBD16 Bird Flower

📋 copy color: '#CCBD16'

red 204 ◦ green 189 ◦ blue 22

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

Shades of Bird Flower #CCBD16

Tints of Bird Flower #CCBD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.3%

R = 49.16%
G = 45.54%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCBD16 (or 0xCCBD16) is known color: Bird Flower. HEX triplet: CC, BD and 16. RGB value is (204,189,22). Sum of RGB (Red+Green+Blue) = 204+189+22=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD16 is #3342E9. Grayscale: #AFAFAF. Windows color (decimal): -3359466 or 1490380. OLE color: 1490380.

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

Color convert

RGB 204 189 22 -
CMYK 0 0.07 0.89 0.2
HSL 55.05º 0.81% 0.44% -
HSV(B) 55.05º 0.89% 0.8% -
XYZ 43.24 49.29 7.99 -
YUV 174.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 204 189 22 0 0.07 0.89 0.2 55.05 0.81 0.44
Hex CC BD 16 0 7 59 14 37 51 2C
Octal 314 275 26 0 7 131 24 67 121 54
Binary 11001100 10111101 10110 0 111 1011001 10100 110111 1010001 101100

Color Harmonies of #CCBD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD16

Black with #CCBD16

Text Example


Text Example

White with #CCBD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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