Html Css Color HEX #CCB425 Bird Flower

📋 copy color: '#CCB425'

red 204 ◦ green 180 ◦ blue 37

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

Shades of Bird Flower #CCB425

Tints of Bird Flower #CCB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

 BLUE value IS 37 (14.84% from 255) = 8.79%

R = 48.46%
G = 42.76%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB425 (or 0xCCB425) is known color: Bird Flower. HEX triplet: CC, B4 and 25. RGB value is (204,180,37). Sum of RGB (Red+Green+Blue) = 204+180+37=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB425 is #334BDA. Grayscale: #ABABAB. Windows color (decimal): -3361755 or 2471116. OLE color: 2471116.

HSL color Cylindrical-coordinate representation of color #CCB425: hue angle of 51.38º degrees, saturation: 0.69, 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 #CCB425 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 37 -
CMYK 0 0.12 0.82 0.2
HSL 51.38º 0.69% 0.47% -
HSV(B) 51.38º 0.82% 0.8% -
XYZ 41.56 45.61 8.36 -
YUV 170.87 52.45 151.63 -
System Red Green Blue C M Y K H S L
Decimal 204 180 37 0 0.12 0.82 0.2 51.38 0.69 0.47
Hex CC B4 25 0 C 52 14 33 45 2F
Octal 314 264 45 0 14 122 24 63 105 57
Binary 11001100 10110100 100101 0 1100 1010010 10100 110011 1000101 101111

Color Harmonies of #CCB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB425

Black with #CCB425

Text Example


Text Example

White with #CCB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB425; }

 p { color: rgb(204,180,37); }

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

background-color css

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

 a { background-color: rgb(204,180,37); }

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

border-color css

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

 span { border-color: rgb(204,180,37); }

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