Html Css Color HEX #CCBC21 Bird Flower

📋 copy color: '#CCBC21'

red 204 ◦ green 188 ◦ blue 33

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

Shades of Bird Flower #CCBC21

Tints of Bird Flower #CCBC21

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

 BLUE value IS 33 (13.28% from 255) = 7.76%

R = 48%
G = 44.24%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCBC21 (or 0xCCBC21) is known color: Bird Flower. HEX triplet: CC, BC and 21. RGB value is (204,188,33). Sum of RGB (Red+Green+Blue) = 204+188+33=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC21 is #3343DE. Grayscale: #AFAFAF. Windows color (decimal): -3359711 or 2211020. OLE color: 2211020.

HSL color Cylindrical-coordinate representation of color #CCBC21: hue angle of 54.39º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCBC21 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 33 -
CMYK 0 0.08 0.84 0.2
HSL 54.39º 0.72% 0.46% -
HSV(B) 54.39º 0.84% 0.8% -
XYZ 43.16 48.91 8.61 -
YUV 175.11 47.8 148.6 -
System Red Green Blue C M Y K H S L
Decimal 204 188 33 0 0.08 0.84 0.2 54.39 0.72 0.46
Hex CC BC 21 0 8 54 14 36 48 2E
Octal 314 274 41 0 10 124 24 66 110 56
Binary 11001100 10111100 100001 0 1000 1010100 10100 110110 1001000 101110

Color Harmonies of #CCBC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC21

Black with #CCBC21

Text Example


Text Example

White with #CCBC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC21; }

 p { color: rgb(204,188,33); }

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

background-color css

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

 a { background-color: rgb(204,188,33); }

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

border-color css

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

 span { border-color: rgb(204,188,33); }

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