Html Css Color HEX #CCCD25 Barberry

📋 copy color: '#CCCD25'

red 204 ◦ green 205 ◦ blue 37

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

Shades of Barberry #CCCD25

Tints of Barberry #CCCD25

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

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

R = 45.74%
G = 45.96%
B = 8.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CCCD25 (or 0xCCCD25) is known color: Barberry. HEX triplet: CC, CD and 25. RGB value is (204,205,37). Sum of RGB (Red+Green+Blue) = 204+205+37=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD25 is #3332DA. Grayscale: #BABABA. Windows color (decimal): -3355355 or 2477516. OLE color: 2477516.

HSL color Cylindrical-coordinate representation of color #CCCD25: hue angle of 60.36º 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 #CCCD25 is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 37 -
CMYK 0.00 0 0.82 0.20
HSL 60.36º 0.69% 0.47% -
HSV(B) 60.36º 0.82% 0.8% -
XYZ 47.07 56.63 10.2 -
YUV 185.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 204 205 37 0.00 0 0.82 0.20 60.36 0.69 0.47
Hex CC CD 25 0 0 52 14 3C 45 2F
Octal 314 315 45 0 0 122 24 74 105 57
Binary 11001100 11001101 100101 0 0 1010010 10100 111100 1000101 101111

Color Harmonies of #CCCD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD25

Black with #CCCD25

Text Example


Text Example

White with #CCCD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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