Html Css Color HEX #CCB724 Bird Flower

📋 copy color: '#CCB724'

red 204 ◦ green 183 ◦ blue 36

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

Shades of Bird Flower #CCB724

Tints of Bird Flower #CCB724

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.26%

 BLUE value IS 36 (14.45% from 255) = 8.51%

R = 48.23%
G = 43.26%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB724 (or 0xCCB724) is known color: Bird Flower. HEX triplet: CC, B7 and 24. RGB value is (204,183,36). Sum of RGB (Red+Green+Blue) = 204+183+36=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB724 is #3348DB. Grayscale: #ADADAD. Windows color (decimal): -3360988 or 2406348. OLE color: 2406348.

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

Color convert

RGB 204 183 36 -
CMYK 0 0.10 0.82 0.2
HSL 52.5º 0.7% 0.47% -
HSV(B) 52.5º 0.82% 0.8% -
XYZ 42.15 46.83 8.49 -
YUV 172.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 204 183 36 0 0.10 0.82 0.2 52.5 0.7 0.47
Hex CC B7 24 0 A 52 14 34 46 2F
Octal 314 267 44 0 12 122 24 64 106 57
Binary 11001100 10110111 100100 0 1010 1010010 10100 110100 1000110 101111

Color Harmonies of #CCB724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB724

Black with #CCB724

Text Example


Text Example

White with #CCB724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB724; }

 p { color: rgb(204,183,36); }

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

background-color css

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

 a { background-color: rgb(204,183,36); }

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

border-color css

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

 span { border-color: rgb(204,183,36); }

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