Html Css Color HEX #CCDA01 La Rioja

📋 copy color: '#CCDA01'

red 204 ◦ green 218 ◦ blue 1

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

Shades of La Rioja #CCDA01

Tints of La Rioja #CCDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.54%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 48.23%
G = 51.54%
B = 0.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#CCDA01 (or 0xCCDA01) is known color: La Rioja. HEX triplet: CC, DA and 01. RGB value is (204,218,1). Sum of RGB (Red+Green+Blue) = 204+218+1=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA01 is #3325FE. Grayscale: #BDBDBD. Windows color (decimal): -3352063 or 121548. OLE color: 121548.

HSL color Cylindrical-coordinate representation of color #CCDA01: hue angle of 63.87º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCDA01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 1 -
CMYK 0.06 0 1.00 0.15
HSL 63.87º 0.99% 0.43% -
HSV(B) 63.87º 1% 0.85% -
XYZ 49.98 62.98 9.55 -
YUV 189.08 21.86 138.64 -
System Red Green Blue C M Y K H S L
Decimal 204 218 1 0.06 0 1.00 0.15 63.87 0.99 0.43
Hex CC DA 1 6 0 64 F 40 63 2B
Octal 314 332 1 6 0 144 17 100 143 53
Binary 11001100 11011010 1 110 0 1100100 1111 1000000 1100011 101011

Color Harmonies of #CCDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA01

Black with #CCDA01

Text Example


Text Example

White with #CCDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA01; }

 p { color: rgb(204,218,1); }

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

background-color css

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

 a { background-color: rgb(204,218,1); }

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

border-color css

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

 span { border-color: rgb(204,218,1); }

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