Html Css Color HEX #CDCC19 Barberry

📋 copy color: '#CDCC19'

red 205 ◦ green 204 ◦ blue 25

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

Shades of Barberry #CDCC19

Tints of Barberry #CDCC19

RGB

 RED value IS 205 (80.47% from 255) = 47.24%

 GREEN value IS 204 (80.08% from 255) = 47%

 BLUE value IS 25 (10.16% from 255) = 5.76%

R = 47.24%
G = 47%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDCC19 (or 0xCDCC19) is known color: Barberry. HEX triplet: CD, CC and 19. RGB value is (205,204,25). Sum of RGB (Red+Green+Blue) = 205+204+25=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCC19 is #3233E6. Grayscale: #B8B8B8. Windows color (decimal): -3290087 or 1690829. OLE color: 1690829.

HSL color Cylindrical-coordinate representation of color #CDCC19: hue angle of 59.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDCC19 is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 204 25 -
CMYK 0 0.00 0.88 0.20
HSL 59.67º 0.78% 0.45% -
HSV(B) 59.67º 0.88% 0.8% -
XYZ 46.95 56.24 9.3 -
YUV 183.89 38.33 143.05 -
System Red Green Blue C M Y K H S L
Decimal 205 204 25 0 0.00 0.88 0.20 59.67 0.78 0.45
Hex CD CC 19 0 0 58 14 3C 4E 2D
Octal 315 314 31 0 0 130 24 74 116 55
Binary 11001101 11001100 11001 0 0 1011000 10100 111100 1001110 101101

Color Harmonies of #CDCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC19

Black with #CDCC19

Text Example


Text Example

White with #CDCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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