Html Css Color HEX #CCB526 Bird Flower

📋 copy color: '#CCB526'

red 204 ◦ green 181 ◦ blue 38

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

Shades of Bird Flower #CCB526

Tints of Bird Flower #CCB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.79%

 BLUE value IS 38 (15.23% from 255) = 8.98%

R = 48.23%
G = 42.79%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCB526 (or 0xCCB526) is known color: Bird Flower. HEX triplet: CC, B5 and 26. RGB value is (204,181,38). Sum of RGB (Red+Green+Blue) = 204+181+38=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB526 is #334AD9. Grayscale: #ACACAC. Windows color (decimal): -3361498 or 2536908. OLE color: 2536908.

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

Color convert

RGB 204 181 38 -
CMYK 0 0.11 0.81 0.2
HSL 51.69º 0.69% 0.47% -
HSV(B) 51.69º 0.81% 0.8% -
XYZ 41.78 46.03 8.52 -
YUV 171.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 204 181 38 0 0.11 0.81 0.2 51.69 0.69 0.47
Hex CC B5 26 0 B 51 14 34 45 2F
Octal 314 265 46 0 13 121 24 64 105 57
Binary 11001100 10110101 100110 0 1011 1010001 10100 110100 1000101 101111

Color Harmonies of #CCB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB526

Black with #CCB526

Text Example


Text Example

White with #CCB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB526; }

 p { color: rgb(204,181,38); }

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

background-color css

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

 a { background-color: rgb(204,181,38); }

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

border-color css

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

 span { border-color: rgb(204,181,38); }

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