Html Css Color HEX #CCB922 Bird Flower

📋 copy color: '#CCB922'

red 204 ◦ green 185 ◦ blue 34

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

Shades of Bird Flower #CCB922

Tints of Bird Flower #CCB922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.04%

R = 48.23%
G = 43.74%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCB922 (or 0xCCB922) is known color: Bird Flower. HEX triplet: CC, B9 and 22. RGB value is (204,185,34). Sum of RGB (Red+Green+Blue) = 204+185+34=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB922 is #3346DD. Grayscale: #AEAEAE. Windows color (decimal): -3360478 or 2275788. OLE color: 2275788.

HSL color Cylindrical-coordinate representation of color #CCB922: hue angle of 53.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCB922 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 34 -
CMYK 0 0.09 0.83 0.2
HSL 53.29º 0.71% 0.47% -
HSV(B) 53.29º 0.83% 0.8% -
XYZ 42.54 47.65 8.47 -
YUV 173.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 204 185 34 0 0.09 0.83 0.2 53.29 0.71 0.47
Hex CC B9 22 0 9 53 14 35 47 2F
Octal 314 271 42 0 11 123 24 65 107 57
Binary 11001100 10111001 100010 0 1001 1010011 10100 110101 1000111 101111

Color Harmonies of #CCB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB922

Black with #CCB922

Text Example


Text Example

White with #CCB922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB922; }

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

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

background-color css

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

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

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

border-color css

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

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

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